home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / cont.zip / CONT.DOC < prev    next >
Text File  |  1992-05-29  |  3KB  |  95 lines

  1. Program CONT.EXE is used for macros system using, based on recognition
  2. of the beginning of the word.
  3.  
  4. The program is memory resident and so it can be used in almost every 
  5. text editor. List of expressions which can be recognized by CONT can be 
  6. created by user and is contained in ASCII file of the format:
  7.  
  8. [word]<special symbols><[word]<special symbols>>...
  9.      
  10. There can be only one recognized expresion in one line. There must be
  11. "End-of-Line" ("Return") symbol after the last line.
  12.  
  13.              Special symbols:
  14.  
  15.         1. |U - cursor up     <Up>
  16.         2. |D - cursor down      <Down>
  17.         3. |L - cursor left    <Left>
  18.         4. |R - cursor right   <Right>
  19.         5. |H - to the beginning of line  <Home>
  20.         6. |E - to the end of line   <End>
  21.         7. |A - word left   <Ctrl-A>
  22.         8. |F - word right  <Ctrl-F>
  23.         9. |D - erase symbol  <Del>
  24.        10. |B - erase symbol from the left    <Back Space>
  25.        11. |T - tabulation        <Tab>
  26.        12. |C - Return   <Carrige return, Enter>
  27.  
  28.        13. |0 - |9  :  F10 - F9
  29.        14. |Z - Dismiss Cont.
  30.        15. |! - Get <Ins> state
  31.        16. |I - Set <Ins> state = INSERT
  32.  
  33.      Example:
  34.      
  35.      begin|c|cend;|u
  36.      
  37. Run program by command:
  38.  
  39.      
  40.            CONT <vocabulary file name>
  41.  
  42. <vocabulary file name> is a full name of a file containing list of
  43. the expressions.
  44.      
  45. Program is used when "Alt" and "Space bar" are pressed while the cursor
  46. is placed after the end of entering line, for example:
  47.  
  48.         beg<Alt+Space>
  49.      
  50. This will have a result of appearing the text:
  51.  
  52.         begin
  53.      
  54.         end;
  55.  
  56. cursor will be placed at the start of line between "begin"  and "end;".
  57.  
  58. When program is loaded vocabulary file can be changed only by copying
  59. another file to the name of the previous one. Vocabulary file can be 
  60. edited while CONT is loaded.
  61.  
  62. We now are developing new version which will allow to change using keys.
  63.  
  64. -------------------------------------------------------------------------------
  65.  
  66. COMPANY ADDRESS:
  67.  
  68.         RCS (RusCon Serioga)
  69.         Attn: Heath C. Bair
  70.         102 W. Sandusky Street
  71.         Fredericktown, Ohio  43019
  72.  
  73. INTERNET ADDRESS:
  74.  
  75.         hbair@austin.onu.edu     -  Heath C. Bair   (US Partner)
  76.         joe@smena.russia.msk.su  -  Joe Ratcatcher  (Russian Partner)
  77.  
  78. INFORMATION:
  79.  
  80.   Please make checks or money orders payable to Heath C. Bair.  Cash
  81. will be accepted.  With cash there is a 2 week wait for your receipt.
  82. If you have any questions or comments please write to me at the company
  83. address.
  84.  
  85. HISTORY:
  86.  
  87.   RCS was started as a source for Russian programmers to sell their
  88. programs here in the United States.  Because of the poor Russian
  89. economy registration is clearly asked for.  This connection has been
  90. made possible my the use of the international network system.  Thus,
  91. the name "The Russian Connection".  (Which later was shortened to
  92. RusCon.)
  93.  
  94. Please register your program today!
  95.